home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
001
/
prcmscrp.arc
/
RBBS.CMD
< prev
next >
Wrap
OS/2 REXX Batch file
|
1985-08-30
|
2KB
|
25 lines
/**********************************************************************/
/* */
/* Sample command file for automatic logon to RBBS systems */
/* */
/**********************************************************************/
%E7 /* Use ANSI-BBS emulation for ANSI graphics */
%C"55" /* Call dialing directory entry number 15 */
%T"!" /* Transmit several Carriage returns waiting */
%W"1" /* 1 second in between... */
%T"!" /* */
%W"1" /* */
%T"!" /* */
%W"1" /* */
%T"!" /* */
%W"1" /* */
%T"!" /* */
%I"YOUR FIRST NAME?" /* Wait for first name prompt... */
%T"ALBERT!" /* Send name. */
%I"YOUR LAST NAME?" /* Wait for last name prompt... */
%T"EINSTEIN!" /* Send name. */
%I"(dots echo)?" /* Wait for RBBS password prompt... */
%T"EMC2!" /* Send password */
%A /* Sound alarm to let you know logon is complete */